| SaACHPaymentAccount |
| EntityType | Independent |
| Logical Entity Name | SaACHPaymentAccount |
| Default Table Name | SaACHPaymentAccount |
| Logical Only | NO |
| Definition | |
| Note |
| SaACHPaymentAccount Attributes |
| Attribute/Logical Rolename | Domain | Datatype | NULL | Definition |
SaACHPaymentAccountID |
CHAR(10) | NO | ||
| Code | CHAR(10) | NO | ||
| Descrip | CHAR(10) | NO | ||
| Partner | CHAR(10) | NO | ||
| VendorID | CHAR(10) | NO | ||
| SchoolUserID | CHAR(10) | NO | ||
| SchoolPassword | CHAR(10) | YES | ||
| TransFeeType | CHAR(10) | NO | ||
| TransFeeNum | CHAR(10) | YES | ||
| TransFeeMin | CHAR(10) | YES | ||
| TransFeeMax | CHAR(10) | YES | ||
| TransFeeSource | CHAR(10) | NO | ||
| TransFeeSaBillCodeID | CHAR(10) | YES | ||
| TransMin | CHAR(10) | YES | ||
| TransMax | CHAR(10) | YES | ||
| TestMode | CHAR(10) | NO | ||
| PasswdRandomKey | CHAR(10) | YES | ||
| IV | CHAR(10) | NO | ||
| SaACHPaymentProcessorID | CHAR(10) | YES | ||
| AuthAmount | CHAR(10) | NO | ||
| DateAdded | CHAR(10) | NO | ||
| DateLstMod | CHAR(10) | NO | ||
| UserID | CHAR(10) | NO | ||
| TS | CHAR(10) | NO |
| SaACHPaymentAccount Keys |
| Key Name | Key Type | Keys |
| PK_SaACHPaymentAccount | PrimaryKey | SaACHPaymentAccountID |
| SaACHPaymentAccount Relationships |
| Parent Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype |
| Child Relationships: |
| Entity Name | Type | Cardinality | Business Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype |
| SaOnlineACHBatchHeader | Non-Identifying | One To Zero or More | NO |
| SaACHPaymentAccount Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_SaACHPaymentAccount_TransMax | ([TransMax]>=[TransMin]) |
| Chk_SaACHPaymentAccount_TransFeeNum_Pct | ([TransFeeType]='F' OR [TransFeeNum]>=(0) AND [TransFeeNum]<=(100)) |
| Chk_SaACHPaymentAccount_TransFeeMax | ([TransFeeMax]>=[TransFeeMin]) |
| Chk_SaACHPaymentAccount_TransFeeNum_Num | ([TransFeeType]='P' OR [TransFeeNum]>=[TransFeeMin] AND [TransFeeNum]<=[TransFeeMax]) |